ci: add Makefile target to run gir -m not_bound
authorFelix Krull <f_krull@gmx.de>
Thu, 13 Jun 2019 18:01:30 +0000 (20:01 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/Makefile

index f75008612013cd0497d13f82aed0a6cfbced2494..2512481406a919ddeec3d0d239e34d172b0ed765 100644 (file)
@@ -1,6 +1,6 @@
 all: gir
 
-.PHONY: update-gir-files remove-gir-files merge-lgpl-docs
+.PHONY: gir gir-report update-gir-files remove-gir-files merge-lgpl-docs
 
 
 # -- gir generation --
@@ -11,6 +11,9 @@ gir: target/tools/bin/gir
        target/tools/bin/gir -c conf/ostree-sys.toml
        target/tools/bin/gir -c conf/ostree.toml
 
+gir-report: gir
+       target/tools/bin/gir -c conf/ostree.toml -m not_bound
+
 
 # -- LGPL docs generation --
 target/tools/bin/rustdoc-stripper: